home *** CD-ROM | disk | FTP | other *** search
/ CD ROM Paradise Collection 4 / CD ROM Paradise Collection 4 1995 Nov.iso / edit / smed21.zip / COLORS.TXT next >
Text File  |  1995-09-07  |  16KB  |  388 lines

  1.                                    COLOR.TXT
  2.                                       for
  3.  
  4.                            Smooth Editor version 2.1
  5.  
  6.                 COPYRIGHT 1995 DUBBELDAM SOFTWARE ALL RIGHTS RESERVED
  7.  
  8.                              --------------------
  9.  
  10. In this file some are some examples of color settings you can use in Smooth 
  11. Editor. The settings of the color usage of choice can be inserted in the 
  12. SE.INI file, replacing the original color settings. 
  13.  
  14. Contents:
  15. 1. Inspired by DOS's Edit
  16. 2. Sam's colors (loads of purple)
  17. 3. Daytime computing (white text on blue background)
  18. 4. Brian's Blues
  19. 5. Raymond's Green
  20.  
  21.  
  22. ********************************************************************************
  23. ████████████████████████████████████████████████████████████████████████████████
  24. ********************************************************************************
  25.  
  26. ;
  27. ;1. COLOR OPTIONS inspired by Edit
  28. ;---------------------------------
  29. ;
  30.  
  31. ;Palette Colors: Given in Red, Green, Blue. Values range from 0 to 63.
  32. ;
  33. Palette00 =    0,    0,    35    ;Default :  0, 0, 0 (Black)
  34. Palette01 =    40,    40,    40    ;Default : 20,45,47 (Cyan)
  35. Palette02 =    42,    42,    42    ;Default : 42,42,42 (White)
  36. Palette03 =    16,    16,    16    ;Default : 16,16,16 (Grey)
  37. Palette04 =    20,    45,    45    ;Default : 58,58,58 (Bright white)
  38. Palette05 =    0,    0,    0    ;Default :  0, 0,42 (Blue)
  39. Palette06 =    63,    63,    63    ;Default : 10,10,10 (Dark grey)
  40. Palette07 =    35,    35,    35    ;Default : 20, 0, 0 (Dark red)
  41. Palette08 =    0,    0,    0
  42. Palette09 =    0,    0,    0
  43. Palette10 =    0,    0,    0
  44. Palette11 =    0,    0,    0
  45. Palette12 =    0,    0,    0
  46.  
  47.  
  48. ;Color Use: Colorname=backgroundcolor,foregroundcolor
  49. ;Backgroundcolor and foregroundcolor are chosen from the Palette Colors.
  50. ;For ColorFrame only one color is needed.
  51. ;
  52. ;
  53. ;Text colors:
  54. ;
  55. ;Colorname = colorcodes          Used for instance in:
  56. ;-----------------------------------------------------
  57. ColorText = 0,1            ;e.g. this text
  58. ColorSelectedText = 1,0        ;e.g. selected text
  59. ColorFrame = 0            ;Edge of the screen.
  60. ;
  61. ;
  62. ;Status bar colors (Line at the bottom of the screen):
  63. ;
  64. ;Colorname = colorcodes          Used for instance in:
  65. ;-----------------------------------------------------
  66. ColorStatusActive = 4,5        ;File name (below left).
  67. ColorStatusInactive = 4,1       ;OVR when INSert is enabled.
  68. ColorStatusMessage = 4,6        ;'Esc:Menu F1:Help' message on startup.
  69. ;
  70. ;
  71. ;Menu colors:
  72. ;
  73. ;Colorname = colorcodes          Used for instance in:
  74. ;-----------------------------------------------------
  75. ColorMenuSelectedHotkey = 5,6    ;F in File when opening menu
  76. ColorMenuSelectedText = 5,2     ;Last 3 letters in File when opening menu.
  77. ColorMenuHotkey = 1,6        ;E in Edit when opening menu
  78. ColorMenuText = 1,5        ;Last 3 letters in Edit when opening menu.
  79. ColorMenuLines = 1,5        ;Lines around menu
  80. ;
  81. ;
  82. ;Window colors (e.g. the window that pops up after selecting Open... from the 
  83. ;  file menu. The examples below are from this window):
  84. ;
  85. ;Colorname = colorcodes          Used for instance in 'Open...' window for:
  86. ;--------------------------------------------------------------------------
  87. ColorWindowLines = 1,5        ;Double lines around window
  88. ColorWindowTitle = 1,5          ;'Open...' text at top of window
  89. ColorWindowText = 1,5           ;'Filename:' text in left top of window
  90. ColorWindowTextHighlight = 1,6    ;'*' at 'extension sorting' option
  91. ColorWindowEdit = 7,5        ;Names in list with other extensions than
  92.                 ;     .txt, .ini, .doc etc.
  93. ColorWindowEditHighlight = 7,6    ;Names in list with extensions like .txt,
  94.                 ;     .ini, .doc etc.
  95. ColorWindowSelectedText = 5,2   ;Selected names in list with other 
  96.                 ;     extensions than .txt, .ini, .doc etc.
  97. ColorWindowSelectedTextHighlight = 5,6 ;Selected names in list with 
  98.                 ;     extensions like    .txt,
  99.  
  100. ********************************************************************************
  101. ████████████████████████████████████████████████████████████████████████████████
  102. ********************************************************************************
  103.  
  104. ;
  105. ;2. COLOR OPTIONS Sam's colors
  106. ;-----------------------------
  107.  
  108. ;    Palette Colors: Given in Red, Green, Blue. Values range from 0 to 63.
  109.  
  110. Palette00 = 0, 0, 0
  111. Palette01 =20,45,47
  112. Palette02 =58,58,58 
  113. Palette03 =38,38,38
  114. Palette04 =42,42,42
  115. Palette05 =35,35,35
  116. Palette06 =20,20,20
  117. Palette07 = 6, 6, 6
  118. Palette08 =32, 0,32
  119. Palette09 =25, 0,25
  120. Palette10 =16, 0,16
  121. Palette11 =12, 0,12
  122. Palette12 =48, 0,48
  123.  
  124. ;Color Use: Colorname=backgroundcolor,foregroundcolor
  125. ;Backgroundcolor and foregroundcolor are chosen from the Palette Colors.
  126. ;For ColorFrame only one color is needed.
  127. ;
  128. ;    Text colors:
  129. ColorText = 0,1            ;e.g. this text
  130. ColorSelectedText = 3,0        ;e.g. selected text
  131. ColorFrame = 7            ;Edge of the screen.
  132. ;
  133. ;    Status bar colors (Line at the bottom of the screen):
  134. ColorStatusActive = 11,5     ;File name (below left).
  135. ColorStatusInactive = 11,6       ;OVR when INSert is enabled.
  136. ColorStatusMessage = 11,8        ;'Esc:Menu F1:Help' message on startup.
  137. ;
  138. ;    Menu colors:
  139. ColorMenuSelectedHotkey = 8,2    ;F in File when opening menu
  140. ColorMenuSelectedText = 8,4     ;Last 3 letters in File when opening menu.
  141. ColorMenuHotkey = 0,12        ;E in Edit when opening menu
  142. ColorMenuText = 0,4        ;Last 3 letters in Edit when opening menu.
  143. ColorMenuLines = 0,9        ;Lines around menu
  144. ;
  145. ;    Window colors (e.g. the window that pops up after selecting 
  146. ;    Open... from the file menu. The examples below are from this window):
  147. ColorWindowLines = 0,9        ;Double lines around window
  148. ColorWindowTitle = 9,3          ;'Open...' text at top of window
  149. ColorWindowText = 0,3           ;'Filename:' text in left top of window
  150. ColorWindowTextHighlight = 0,2    ;'*' at 'extension sorting' option
  151. ColorWindowEdit = 10,3        ;Names in list with other extensions than
  152.                 ;     .txt, .ini, .doc etc.
  153. ColorWindowEditHighlight = 10,2    ;Names in list with extensions like .txt,
  154.                 ;     .ini, .doc etc.
  155. ColorWindowSelectedText = 8,3   ;Selected names in list with other 
  156.                 ;     extensions than .txt, .ini, .doc etc.
  157. ColorWindowSelectedTextHighlight = 8,2 ;Selected names in list with 
  158.                 ;     extensions like    .txt,
  159.  
  160. ********************************************************************************
  161. ████████████████████████████████████████████████████████████████████████████████
  162. ********************************************************************************
  163.  
  164. ;
  165. ;3. COLOR OPTIONS Daytime computing
  166. ;----------------------------------
  167.  
  168. ;Palette Colors: Given in Red, Green, Blue. Values range from 0 to 63.
  169. ;
  170. Palette00 =    0,    0,    0    ;Default :  0, 0, 0 (Black)
  171. Palette01 =    20,    45,    47    ;Default : 20,45,47 (Cyan)
  172. Palette02 =    42,    42,    42    ;Default : 42,42,42 (White)
  173. Palette03 =    16,    16,    16    ;Default : 16,16,16 (Grey)
  174. Palette04 =    58,    58,    58    ;Default : 58,58,58 (Bright white)
  175. Palette05 =    0,    0,    42    ;Default :  0, 0,42 (Blue)
  176. Palette06 =    10,    10,    10    ;Default : 10,10,10 (Dark grey)
  177. Palette07 =    13,    0,    0    ;Default : 20, 0, 0 (Dark red)
  178. Palette08 =    0,    0,    0
  179. Palette09 =    0,    0,    0
  180. Palette10 =    0,    0,    0
  181. Palette11 =    0,    0,    0
  182. Palette12 =    0,    0,    0
  183.  
  184.  
  185. ;Color Use: Colorname=backgroundcolor,foregroundcolor
  186. ;Backgroundcolor and foregroundcolor are chosen from the Palette Colors.
  187. ;For ColorFrame only one color is needed.
  188. ;
  189. ;
  190. ;Text colors:
  191. ;
  192. ;Colorname = colorcodes          Used for instance in:
  193. ;-----------------------------------------------------
  194. ColorText = 5,2            ;e.g. this text
  195. ColorSelectedText = 2,0        ;e.g. selected text
  196. ColorFrame = 7            ;Edge of the screen.
  197. ;
  198. ;
  199. ;Status bar colors (Line at the bottom of the screen):
  200. ;
  201. ;Colorname = colorcodes          Used for instance in:
  202. ;-----------------------------------------------------
  203. ColorStatusActive = 7,2        ;File name (below left).
  204. ColorStatusInactive = 7,3       ;OVR when INSert is enabled.
  205. ColorStatusMessage = 5,4        ;'Esc:Menu F1:Help' message on startup.
  206. ;
  207. ;
  208. ;Menu colors:
  209. ;
  210. ;Colorname = colorcodes          Used for instance in:
  211. ;-----------------------------------------------------
  212. ColorMenuSelectedHotkey = 5,4    ;F in File when opening menu
  213. ColorMenuSelectedText = 5,2     ;Last 3 letters in File when opening menu.
  214. ColorMenuHotkey = 0,4        ;E in Edit when opening menu
  215. ColorMenuText = 0,2        ;Last 3 letters in Edit when opening menu.
  216. ColorMenuLines = 0,5        ;Lines around menu
  217. ;
  218. ;
  219. ;Window colors (e.g. the window that pops up after selecting Open... from the 
  220. ;  file menu. The examples below are from this window):
  221. ;
  222. ;Colorname = colorcodes          Used for instance in 'Open...' window for:
  223. ;--------------------------------------------------------------------------
  224. ColorWindowLines = 0,5        ;Double lines around window
  225. ColorWindowTitle = 5,4          ;'Open...' text at top of window
  226. ColorWindowText = 0,2           ;'Filename:' text in left top of window
  227. ColorWindowTextHighlight = 0,4    ;'*' at 'extension sorting' option
  228. ColorWindowEdit = 6,2        ;Names in list with other extensions than
  229.                 ;     .txt, .ini, .doc etc.
  230. ColorWindowEditHighlight = 6,4    ;Names in list with extensions like .txt,
  231.                 ;     .ini, .doc etc.
  232. ColorWindowSelectedText = 5,2   ;Selected names in list with other 
  233.                 ;     extensions than .txt, .ini, .doc etc.
  234. ColorWindowSelectedTextHighlight = 5,4 ;Selected names in list with 
  235.                 ;     extensions like    .txt,
  236.  
  237. ********************************************************************************
  238. ████████████████████████████████████████████████████████████████████████████████
  239. ********************************************************************************
  240.  
  241. ;
  242. ;4. COLOR OPTIONS Brian's Blues
  243. ;------------------------------
  244.  
  245. ;Palette Colors: Given in Red, Green, Blue. Values range from 0 to 63.
  246. ;
  247. Palette00 =    0,    0,    0    ;Default :  0, 0, 0 (Black)
  248. Palette01 =    20,    45,    47    ;Default : 20,45,47 (Cyan)
  249. Palette02 =    42,    42,    42    ;Default : 42,42,42 (White)
  250. Palette03 =    16,    16,    16    ;Default : 16,16,16 (Grey)
  251. Palette04 =    58,    58,    58    ;Default : 58,58,58 (Bright white)
  252. Palette05 =    30,    30,    37    ;Default :  0, 0,42 (Blue)
  253. Palette06 =    10,    10,    10    ;Default : 10,10,10 (Dark grey)
  254. Palette07 =    20,    20,    27    ;Default : 20, 0, 0 (Blue-grey)
  255. Palette08 =    0,    5,    13      ;Dark navy-blue
  256. Palette09 =    20,    0,    0    ;Dark red
  257. Palette10 =    63,    63,    63    ;Bright white
  258. Palette11 =    63,    60,    30    ;Yellow
  259. Palette12 =    0,    0,    0
  260.  
  261.  
  262. ;Color Use: Colorname=backgroundcolor,foregroundcolor
  263. ;Backgroundcolor and foregroundcolor are chosen from the Palette Colors.
  264. ;For ColorFrame only one color is needed.
  265. ;
  266. ;
  267. ;Text colors:
  268. ;
  269. ;Colorname = colorcodes          Used for instance in:
  270. ;-----------------------------------------------------
  271. ColorText = 8,1            ;e.g. this text
  272. ColorSelectedText = 2,0        ;e.g. selected text
  273. ColorFrame = 0            ;Edge of the screen.
  274. ;
  275. ;
  276. ;Status bar colors (Line at the bottom of the screen):
  277. ;
  278. ;Colorname = colorcodes          Used for instance in:
  279. ;-----------------------------------------------------
  280. ColorStatusActive = 7,2        ;File name (below left).
  281. ColorStatusInactive = 7,3       ;OVR when INSert is enabled.
  282. ColorStatusMessage = 5,4        ;'Esc:Menu F1:Help' message on startup.
  283. ;
  284. ;
  285. ;Menu colors:
  286. ;
  287. ;Colorname = colorcodes          Used for instance in:
  288. ;-----------------------------------------------------
  289. ColorMenuSelectedHotkey = 5,10    ;F in File when opening menu
  290. ColorMenuSelectedText = 5,4     ;Last 3 letters in File when opening menu.
  291. ColorMenuHotkey = 7,4        ;E in Edit when opening menu
  292. ColorMenuText = 7,2        ;Last 3 letters in Edit when opening menu.
  293. ColorMenuLines = 7,8        ;Lines around menu
  294. ;
  295. ;
  296. ;Window colors (e.g. the window that pops up after selecting Open... from the 
  297. ;  file menu. The examples below are from this window):
  298. ;
  299. ;Colorname = colorcodes          Used for instance in 'Open...' window for:
  300. ;--------------------------------------------------------------------------
  301. ColorWindowLines = 2,7        ;Double lines around window
  302. ColorWindowTitle = 5,4          ;'Open...' text at top of window
  303. ColorWindowText = 2,8           ;'Filename:' text in left top of window
  304. ColorWindowTextHighlight = 5,10    ;'*' at 'extension sorting' option
  305. ColorWindowEdit = 5,8        ;Names in list with other extensions than
  306.                 ;     .txt, .ini, .doc etc.
  307. ColorWindowEditHighlight = 5,4    ;Names in list with extensions like .txt,
  308.                 ;     .ini, .doc etc.
  309. ColorWindowSelectedText = 5,11   ;Selected names in list with other 
  310.                 ;     extensions than .txt, .ini, .doc etc.
  311. ColorWindowSelectedTextHighlight = 5,11 ;Selected names in list with 
  312.                 ;     extensions like    .txt,
  313.  
  314. ********************************************************************************
  315. ████████████████████████████████████████████████████████████████████████████████
  316. ********************************************************************************
  317.  
  318. ;
  319. ;5. COLOR OPTIONS Raymond's Green
  320. ;--------------------------------
  321. ;
  322. Palette00 =     0,      0,      0       ;Default :  0, 0, 0 (Black)
  323. Palette01 =     20,     45,     47      ;Default : 20,45,47 (Cyan)
  324. Palette02 =     42,     42,     42      ;Default : 42,42,42 (White)
  325. Palette03 =     16,     16,     16      ;Default : 16,16,16 (Grey)
  326. Palette04 =     58,     58,     58      ;Default : 58,58,58 (Bright white)
  327. Palette05 =     30,     30,     37      ;Default :  0, 0,42 (Blue)
  328. Palette06 =     10,     10,     10      ;Default : 10,10,10 (Dark grey)
  329. Palette07 =     20,     20,     27      ;Default : 20, 0, 0 (Blue-grey)
  330. Palette08 =     0,      5,      13      ;Dark navy-blue
  331. Palette09 =     20,     0,      0       ;Dark red
  332. Palette10 =     63,     63,     63      ;Bright white
  333. Palette11 =     63,     60,     30      ;Yellow
  334. Palette12 =     0,     30,     25
  335.  
  336.  
  337. ;Color Use: Colorname=backgroundcolor,foregroundcolor
  338. ;Backgroundcolor and foregroundcolor are chosen from the Palette Colors.
  339. ;For ColorFrame only one color is needed.
  340. ;
  341. ;
  342. ;Text colors:
  343. ;
  344. ;Colorname = colorcodes          Used for instance in:
  345. ;-----------------------------------------------------
  346. ColorText = 12,10               ;e.g. this text
  347. ColorSelectedText =10,12        ;e.g. selected text
  348. ColorFrame = 12                 ;Edge of the screen.
  349. ;
  350. ;
  351. ;Status bar colors (Line at the bottom of the screen):
  352. ;
  353. ;Colorname = colorcodes          Used for instance in:
  354. ;-----------------------------------------------------
  355. ColorStatusActive = 3,2         ;File name (below left).
  356. ColorStatusInactive = 3,12      ;OVR when INSert is enabled.
  357. ColorStatusMessage = 5,4        ;'Esc:Menu F1:Help' message on startup.
  358. ;
  359. ;
  360. ;Menu colors:
  361. ;
  362. ;Colorname = colorcodes          Used for instance in:
  363. ;-----------------------------------------------------
  364. ColorMenuSelectedHotkey = 5,10  ;F in File when opening menu
  365. ColorMenuSelectedText = 5,1     ;Last 3 letters in File when opening menu.
  366. ColorMenuHotkey = 7,10          ;E in Edit when opening menu
  367. ColorMenuText = 7,1             ;Last 3 letters in Edit when opening menu.
  368. ColorMenuLines = 7,8            ;Lines around menu
  369. ;
  370. ;
  371. ;Window colors (e.g. the window that pops up after selecting Open... from the
  372. ;  file menu. The examples below are from this window):
  373. ;
  374. ;Colorname = colorcodes          Used for instance in 'Open...' window for:
  375. ;--------------------------------------------------------------------------
  376. ColorWindowLines = 2,7          ;Double lines around window
  377. ColorWindowTitle = 5,4          ;'Open...' text at top of window
  378. ColorWindowText = 2,8           ;'Filename:' text in left top of window
  379. ColorWindowTextHighlight = 2,8  ;'*' at 'extension sorting' option
  380. ColorWindowEdit = 5,8          ;Names in list with other extensions than
  381.                                 ;     .txt, .ini, .doc etc.
  382. ColorWindowEditHighlight = 12,8 ;Names in list with extensions like .txt,
  383.                                 ;     .ini, .doc etc.
  384. ColorWindowSelectedText = 12,10   ;Selected names in list with other
  385.                                 ;     extensions than .txt, .ini, .doc etc.
  386. ColorWindowSelectedTextHighlight = 12,10 ;Selected names in list with
  387.                                 ;     extensions like   .txt,
  388.